home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_ghostview.idb / usr / freeware / src / ghostview / patches.z / patches
Text File  |  1999-01-26  |  81KB  |  1,418 lines

  1. *** ./Makefile    Thu Jul 22 18:28:30 1993
  2. --- ../ghostview-1.5/./Makefile    Sat May  9 03:30:19 1998
  3. ***************
  4. *** 1,82 ****
  5.   # Makefile generated by imake - do not edit!
  6. ! # $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
  7.   
  8. ! # -------------------------------------------------------------------------
  9. ! # Makefile generated from "Imake.tmpl" and </tmp/IIf.026475>
  10. ! # $XConsortium: Imake.tmpl,v 1.139 91/09/16 08:52:48 rws Exp $
  11.   #
  12. ! # Platform-specific parameters may be set in the appropriate <vendor>.cf
  13. ! # configuration files.  Site-specific parameters should be set in the file
  14. ! # site.def.  Full rebuilds are recommended if any parameters are changed.
  15. ! #
  16. ! # If your C preprocessor does not define any unique symbols, you will need
  17. ! # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
  18. ! # "make World" the first time).
  19. ! #
  20.   
  21. ! # -------------------------------------------------------------------------
  22.   # site-specific configuration parameters that need to come before
  23.   # the platform-specific parameters - edit site.def to change
  24.   
  25. ! # site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  26.   
  27. ! # -------------------------------------------------------------------------
  28. ! # platform-specific configuration parameters - edit ibm.cf to change
  29.   
  30. ! # platform:  $XConsortium: ibm.cf,v 1.29 91/07/28 22:39:58 rws Exp $
  31.   
  32. ! # operating system:      AOS 4.3
  33.   
  34. !             PCC = pcc
  35.   
  36. ! # -------------------------------------------------------------------------
  37.   # site-specific configuration parameters that go after
  38.   # the platform-specific parameters - edit site.def to change
  39.   
  40. ! # site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  41.   
  42. !             SHELL = /bin/sh
  43.   
  44.                 TOP = .
  45.         CURRENT_DIR = .
  46.   
  47. !                AR = ar cq
  48. !   BOOTSTRAPCFLAGS =
  49. !                CC = cc
  50. !                AS = as
  51.   
  52.            COMPRESS = compress
  53.                 CPP = /lib/cpp $(STD_CPP_DEFINES)
  54. !     PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
  55. !           INSTALL = install
  56. !                LD = ld
  57.                LINT = lint
  58. !       LINTLIBFLAG = -C
  59. !          LINTOPTS = -ax
  60.                  LN = ln -s
  61. !              MAKE = make
  62.                  MV = mv
  63.                  CP = cp
  64.   
  65. -            RANLIB = ranlib
  66. -   RANLIBINSTFLAGS =
  67.                  RM = rm -f
  68. !             TROFF = psroff
  69.            MSMACROS = -ms
  70.                 TBL = tbl
  71.                 EQN = eqn
  72. !      STD_INCLUDES =
  73. !   STD_CPP_DEFINES =
  74. !       STD_DEFINES =
  75.    EXTRA_LOAD_FLAGS =
  76.     EXTRA_LIBRARIES =
  77.                TAGS = ctags
  78.   
  79. !     PROTO_DEFINES =
  80.   
  81. !      INSTPGMFLAGS = -s
  82.   
  83.        INSTBINFLAGS = -m 0755
  84.        INSTUIDFLAGS = -m 4755
  85.        INSTLIBFLAGS = -m 0644
  86. --- 1,142 ----
  87.   # Makefile generated by imake - do not edit!
  88. ! # $XConsortium: imake.c /main/90 1996/11/13 14:43:23 lehors $
  89.   
  90. ! # ----------------------------------------------------------------------
  91. ! # Makefile generated from "Imake.tmpl" and <Imakefile>
  92. ! # $XConsortium: Imake.tmpl,v 1.227 95/05/05 17:42:07 kaleb Exp $
  93.   #
  94. ! .SUFFIXES: .i
  95.   
  96. ! # $XConsortium: Imake.cf,v 1.19 95/01/05 19:24:32 kaleb Exp $
  97. ! # -----------------------------------------------------------------------
  98.   # site-specific configuration parameters that need to come before
  99.   # the platform-specific parameters - edit site.def to change
  100.   
  101. ! # site:  $XConsortium: site.sample,v 1.9 94/04/08 17:02:06 rws Exp $
  102. ! # -----------------------------------------------------------------------
  103. ! # platform-specific configuration parameters - edit sgi.cf to change
  104.   
  105. ! # platform:  $XConsortium: sgi.cf,v 1.43 94/06/03 21:38:45 matt Exp $
  106.   
  107. ! # operating system:                IRIX
  108.   
  109. !         OPTIMIZER = -O2
  110.   
  111. !            MANUSR = /usr/share/local
  112.   
  113. !        CATMAN1DIR = $(MANUSR)/catman/u_man/cat1
  114. !        CATMAN3DIR = $(MANUSR)/catman/p_man/cat3
  115. !           MAN1DIR = $(MANUSR)/man/u_man/man1
  116. !           MAN3DIR = $(MANUSR)/man/p_man/man3
  117. !        MANPACKAGE = /X11
  118. ! # $XConsortium: sgiLib.rules,v 1.8 93/09/11 17:59:30 rws Exp $
  119. ! # -----------------------------------------------------------------------
  120.   # site-specific configuration parameters that go after
  121.   # the platform-specific parameters - edit site.def to change
  122.   
  123. ! # site:  $XConsortium: site.sample,v 1.9 94/04/08 17:02:06 rws Exp $
  124. ! # ---------------------------------------------------------------------
  125. ! # Imake rules for building libraries, programs, scripts, and data files
  126. ! # rules:  $XConsortium: Imake.rules,v 1.201 95/06/05 19:43:41 gildea Exp $
  127.   
  128. !           PATHSEP = /
  129. !             SHELL =     /bin/sh
  130.   
  131.                 TOP = .
  132.         CURRENT_DIR = .
  133.   
  134. !             IMAKE = imake
  135. !            DEPEND = makedepend
  136. !         MKDIRHIER = mkdirhier
  137. !         CONFIGSRC = $(TOP)/config
  138. !          IMAKESRC = $(CONFIGSRC)/imake
  139. !         DEPENDSRC = $(CONFIGSRC)/makedepend
  140. !            IXXSRC = $(UNSUPPORTEDSRC)/programs/ixx
  141. !               IXX = ixx
  142. !          IXXFLAGS = -s BaseObject -m TypeObj -r RequestObj -p Xf
  143. !       IXXINCLUDES = -i '<X11/Fresco/enter-scope.h>'
  144. !           INCROOT = /usr/include
  145. !         USRLIBDIR = /usr/lib
  146. !          SHLIBDIR = /usr/lib32
  147. !         ISALIBDIR = /usr/lib32/mips3
  148. !        LINTLIBDIR = $(USRLIBDIR)/lint
  149. !           MANPATH = /usr/share/man
  150. !     MANSOURCEPATH = $(MANPATH)/man
  151. !            MANDIR = $(CATMAN1DIR)$(MANPACKAGE)
  152. !         LIBMANDIR = $(CATMAN3DIR)$(MANPACKAGE)
  153. !        FILEMANDIR = $(MANSOURCEPATH)$(FILEMANSUFFIX)
  154. !                AR = $(TOOLROOT)/usr/bin/ar cq
  155. !   BOOTSTRAPCFLAGS = $(OPTIMIZER)
  156. !                CC = $(TOOLROOT)/usr/bin/cc
  157. !                AS = $(TOOLROOT)/usr/bin/as
  158. ! .SUFFIXES: .cxx
  159. !               CXX = CC
  160. !     CXXDEBUGFLAGS = $(OPTIMIZER)
  161. !  CXXEXTRA_DEFINES =
  162. ! CXXEXTRA_INCLUDES =
  163. !   CXXIDL_INCLUDES = -I$(TOP)/include
  164. !    CXXSTD_DEFINES = -DSYSV -DSVR4 -nostdinc -I$(ROOT)/usr/include
  165. !        CXXOPTIONS =
  166. !       CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES) $(CXXIDL_INCLUDES)
  167. !        CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(CXXEXTRA_DEFINES)
  168. !          CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
  169.   
  170.            COMPRESS = compress
  171.                 CPP = /lib/cpp $(STD_CPP_DEFINES)
  172. !     PREPROCESSCMD = $(TOOLROOT)/usr/bin/cc -E $(STD_CPP_DEFINES)
  173. !           INSTALL = bsdinst
  174. !      INSTALLFLAGS = -c
  175. !                LD = $(TOOLROOT)/usr/bin/ld
  176. !               LEX = lex
  177. !            LEXLIB = -ll
  178. !              YACC = yacc
  179. !            CCYACC = yacc
  180.                LINT = lint
  181. !       LINTLIBFLAG = -o
  182. !          LINTOPTS = -bh
  183.                  LN = ln -s
  184.                  MV = mv
  185.                  CP = cp
  186.   
  187.                  RM = rm -f
  188. !         MANSUFFIX = 1
  189. !      LIBMANSUFFIX = 3
  190. !     FILEMANSUFFIX = 4
  191. !             TROFF = psroff -t
  192.            MSMACROS = -ms
  193.                 TBL = tbl
  194.                 EQN = eqn
  195. !             DVIPS = dvips
  196. !             LATEX = latex
  197. !      STD_INCLUDES = -nostdinc -I$(ROOT)/usr/include
  198. !   STD_CPP_DEFINES = -DSYSV -DSVR4
  199. !       STD_DEFINES = -DSYSV -DSVR4
  200.    EXTRA_LOAD_FLAGS =
  201. +   EXTRA_LDOPTIONS =
  202.     EXTRA_LIBRARIES =
  203.                TAGS = ctags
  204.   
  205. !     SHAREDCODEDEF =
  206. !          SHLIBDEF =
  207.   
  208. !     PROTO_DEFINES = -DFUNCPROTO=7 -DNARROWPROTO
  209.   
  210. +      INSTPGMFLAGS =
  211.        INSTBINFLAGS = -m 0755
  212.        INSTUIDFLAGS = -m 4755
  213.        INSTLIBFLAGS = -m 0644
  214. ***************
  215. *** 83,111 ****
  216.        INSTINCFLAGS = -m 0444
  217.        INSTMANFLAGS = -m 0444
  218.        INSTDATFLAGS = -m 0444
  219. !     INSTKMEMFLAGS = -m 4755
  220. !       PROJECTROOT =
  221.   
  222. !      TOP_INCLUDES = -I$(INCROOT)
  223.   
  224. -       CDEBUGFLAGS = -O
  225. -         CCOPTIONS =
  226.         ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
  227. !        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES)
  228. !            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
  229. !         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
  230.   
  231. !            LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  232.   
  233. !         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LOCAL_LDFLAGS) -L$(USRLIBDIR)
  234.   
  235. !    LDCOMBINEFLAGS = -X -r
  236.         DEPENDFLAGS =
  237.   
  238. !         MACROFILE = ibm.cf
  239. !            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  240.   
  241.       IMAKE_DEFINES =
  242.   
  243. --- 143,174 ----
  244.        INSTINCFLAGS = -m 0444
  245.        INSTMANFLAGS = -m 0444
  246.        INSTDATFLAGS = -m 0444
  247. !     INSTKMEMFLAGS = -m 2755 -g sys
  248.   
  249. !       CDEBUGFLAGS = $(OPTIMIZER)
  250. !         CCOPTIONS = -xansi -n32 -mips3
  251.   
  252.         ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
  253. !        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(DEFINES)
  254. !            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
  255. !         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES)
  256. !          LDPRELIB =
  257. !         LDPOSTLIB = -nostdlib -L$(ROOT)$(SHLIBDIR)/mips3 -L$(ROOT)$(SHLIBDIR)
  258. !         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)  $(EXTRA_LDOPTIONS) $(THREADS_LDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIB)
  259. !      CXXLDOPTIONS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(EXTRA_LDOPTIONS) $(THREADS_CXXLDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIB)
  260. !            LDLIBS = $(LDPOSTLIB) $(THREADS_LIBS) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  261.   
  262. !            CCLINK = $(CC)
  263.   
  264. !           CXXLINK = $(CXX)
  265.   
  266. !      LDSTRIPFLAGS = -x
  267. !    LDCOMBINEFLAGS = -r
  268.         DEPENDFLAGS =
  269.   
  270. !         MACROFILE = sgi.cf
  271. !            RM_CMD = $(RM)
  272.   
  273.       IMAKE_DEFINES =
  274.   
  275. ***************
  276. *** 112,152 ****
  277.            IRULESRC = $(CONFIGDIR)
  278.           IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)
  279.   
  280. !      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
  281. !             $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
  282. !             $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
  283. ! # -------------------------------------------------------------------------
  284. ! # X Window System Build Parameters
  285. ! # $XConsortium: Project.tmpl,v 1.138 91/09/10 09:02:12 rws Exp $
  286.   
  287. ! # -------------------------------------------------------------------------
  288. ! # X Window System make variables; this need to be coordinated with rules
  289.   
  290. !           PATHSEP = /
  291. !         USRLIBDIR = /usr/lib
  292. !            BINDIR = /usr/bin
  293. !           INCROOT = /usr/include
  294.        BUILDINCROOT = $(TOP)
  295.         BUILDINCDIR = $(BUILDINCROOT)/X11
  296.         BUILDINCTOP = ..
  297.              INCDIR = $(INCROOT)/X11
  298.              ADMDIR = /usr/adm
  299.              LIBDIR = $(USRLIBDIR)/X11
  300. -         CONFIGDIR = $(LIBDIR)/config
  301. -        LINTLIBDIR = $(USRLIBDIR)/lint
  302.   
  303.             FONTDIR = $(LIBDIR)/fonts
  304.            XINITDIR = $(LIBDIR)/xinit
  305. !            XDMDIR = $(LIBDIR)/xdm
  306.              TWMDIR = $(LIBDIR)/twm
  307. -           MANPATH = /usr/man
  308. -     MANSOURCEPATH = $(MANPATH)/man
  309. -         MANSUFFIX = 1
  310. -      LIBMANSUFFIX = 3
  311. -            MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
  312. -         LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX)
  313.              NLSDIR = $(LIBDIR)/nls
  314.           PEXAPIDIR = $(LIBDIR)/PEX
  315.         XAPPLOADDIR = $(LIBDIR)/app-defaults
  316.          FONTCFLAGS = -t
  317. --- 175,207 ----
  318.            IRULESRC = $(CONFIGDIR)
  319.           IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)
  320.   
  321. !      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Project.tmpl \
  322. !             $(IRULESRC)/site.def $(IRULESRC)/$(MACROFILE) \
  323. !             $(IRULESRC)/host.def $(EXTRA_ICONFIGFILES)
  324. ! # -----------------------------------------------------------------------
  325. ! # X Window System Build Parameters and Rules
  326. ! # $XConsortium: Project.tmpl,v 1.248 95/01/06 19:12:51 gildea Exp $
  327.   
  328. ! # -----------------------------------------------------------------------
  329. ! # X Window System make variables; these need to be coordinated with rules
  330.   
  331. !            BINDIR = /usr/bin/X11
  332.        BUILDINCROOT = $(TOP)
  333.         BUILDINCDIR = $(BUILDINCROOT)/X11
  334.         BUILDINCTOP = ..
  335. +       BUILDLIBDIR = $(TOP)/usrlib
  336. +       BUILDLIBTOP = ..
  337.              INCDIR = $(INCROOT)/X11
  338.              ADMDIR = /usr/adm
  339.              LIBDIR = $(USRLIBDIR)/X11
  340.   
  341.             FONTDIR = $(LIBDIR)/fonts
  342.            XINITDIR = $(LIBDIR)/xinit
  343. !            XDMDIR =             /var/X11/xdm
  344.              TWMDIR = $(LIBDIR)/twm
  345.              NLSDIR = $(LIBDIR)/nls
  346. +        XLOCALEDIR = $(LIBDIR)/locale
  347.           PEXAPIDIR = $(LIBDIR)/PEX
  348.         XAPPLOADDIR = $(LIBDIR)/app-defaults
  349.          FONTCFLAGS = -t
  350. ***************
  351. *** 153,240 ****
  352.   
  353.        INSTAPPFLAGS = $(INSTDATFLAGS)
  354.   
  355. -             IMAKE = imake
  356. -            DEPEND = makedepend
  357.                 RGB = rgb
  358.               FONTC = bdftopcf
  359.           MKFONTDIR = mkfontdir
  360. -         MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier
  361.   
  362. -         CONFIGSRC = $(TOP)/config
  363.          DOCUTILSRC = $(TOP)/doc/util
  364. !         CLIENTSRC = $(TOP)/clients
  365. !           DEMOSRC = $(TOP)/demos
  366.              LIBSRC = $(TOP)/lib
  367.             FONTSRC = $(TOP)/fonts
  368.          INCLUDESRC = $(TOP)/X11
  369. !         SERVERSRC = $(TOP)/server
  370. !           UTILSRC = $(TOP)/util
  371. !         SCRIPTSRC = $(UTILSRC)/scripts
  372. !        EXAMPLESRC = $(TOP)/examples
  373.          CONTRIBSRC = $(TOP)/../contrib
  374.              DOCSRC = $(TOP)/doc
  375. !            RGBSRC = $(TOP)/rgb
  376. !         DEPENDSRC = $(UTILSRC)/makedepend
  377. !          IMAKESRC = $(CONFIGSRC)
  378.            XAUTHSRC = $(LIBSRC)/Xau
  379. !           XLIBSRC = $(LIBSRC)/X
  380.              XMUSRC = $(LIBSRC)/Xmu
  381.          TOOLKITSRC = $(LIBSRC)/Xt
  382.          AWIDGETSRC = $(LIBSRC)/Xaw
  383. !        OLDXLIBSRC = $(LIBSRC)/oldX
  384. !       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  385. !       BDFTOSNFSRC = $(FONTSRC)/bdftosnf
  386. !       BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
  387. !       BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
  388. !      MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
  389. !          FSLIBSRC = $(FONTSRC)/lib/fs
  390. !     FONTSERVERSRC = $(FONTSRC)/server
  391. !      EXTENSIONSRC = $(TOP)/extensions
  392. !          XILIBSRC = $(EXTENSIONSRC)/lib/xinput
  393. !       PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX
  394. !   DEPEXTENSIONLIB =  $(USRLIBDIR)/libXext.a
  395. !      EXTENSIONLIB =               -lXext
  396. !           DEPXLIB = $(DEPEXTENSIONLIB)  $(USRLIBDIR)/libX11.a
  397. !              XLIB = $(EXTENSIONLIB)               -lX11
  398. !       DEPXAUTHLIB =  $(USRLIBDIR)/libXau.a
  399. !          XAUTHLIB =               -lXau
  400. !       DEPXDMCPLIB =  $(USRLIBDIR)/libXdmcp.a
  401. !          XDMCPLIB =               -lXdmcp
  402. !         DEPXMULIB =  $(USRLIBDIR)/libXmu.a
  403. !            XMULIB =               -lXmu
  404. !        DEPOLDXLIB =  $(USRLIBDIR)/liboldX.a
  405. !           OLDXLIB =               -loldX
  406. !       DEPXTOOLLIB =  $(USRLIBDIR)/libXt.a
  407. !          XTOOLLIB =               -lXt
  408. !         DEPXAWLIB =  $(USRLIBDIR)/libXaw.a
  409. !            XAWLIB =               -lXaw
  410. !         DEPXILIB =  $(USRLIBDIR)/libXi.a
  411. !            XILIB =               -lXi
  412. !         DEPPHIGSLIB =  $(USRLIBDIR)/libphigs.a
  413. !            PHIGSLIB =               -lphigs
  414. !        DEPXBSDLIB =  $(USRLIBDIR)/libXbsd.a
  415. !           XBSDLIB =               -lXbsd
  416. !  LINTEXTENSIONLIB =  $(LINTLIBDIR)/llib-lXext.ln
  417. !          LINTXLIB =  $(LINTLIBDIR)/llib-lX11.ln
  418. !           LINTXMU =  $(LINTLIBDIR)/llib-lXmu.ln
  419. !         LINTXTOOL =  $(LINTLIBDIR)/llib-lXt.ln
  420. !           LINTXAW =  $(LINTLIBDIR)/llib-lXaw.ln
  421. !            LINTXI =  $(LINTLIBDIR)/llib-lXi.ln
  422. !         LINTPHIGS =  $(LINTLIBDIR)/llib-lphigs.ln
  423.   
  424.             DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  425.   
  426.            DEPLIBS1 = $(DEPLIBS)
  427. --- 208,434 ----
  428.   
  429.        INSTAPPFLAGS = $(INSTDATFLAGS)
  430.   
  431.                 RGB = rgb
  432.               FONTC = bdftopcf
  433.           MKFONTDIR = mkfontdir
  434.   
  435.          DOCUTILSRC = $(TOP)/doc/util
  436. !        XDOCMACROS = $(DOCUTILSRC)/macros.t
  437. !        XIDXMACROS = $(DOCUTILSRC)/indexmacros.t
  438. !        PROGRAMSRC = $(TOP)/programs
  439.              LIBSRC = $(TOP)/lib
  440.             FONTSRC = $(TOP)/fonts
  441.          INCLUDESRC = $(TOP)/X11
  442. !         SERVERSRC = $(TOP)/programs/Xserver
  443.          CONTRIBSRC = $(TOP)/../contrib
  444. +    UNSUPPORTEDSRC = $(TOP)/unsupported
  445.              DOCSRC = $(TOP)/doc
  446. !            RGBSRC = $(TOP)/programs/rgb
  447. !       BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf
  448. !      MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir
  449. !     FONTSERVERSRC = $(PROGRAMSRC)/xfs
  450. !        FONTINCSRC = $(TOP)/include/fonts
  451. !         EXTINCSRC = $(TOP)/include/extensions
  452. !      TRANSCOMMSRC = $(LIBSRC)/xtrans
  453. !    TRANS_INCLUDES = -I$(TRANSCOMMSRC)
  454. ! # Supporting dynamic shared object libraries for IRIX 5.0
  455. ! # These defines mimic what is in /usr/include/make/commondefs
  456. ! # (Should be in sync with Revision 1.99)
  457. !        DSOREGFILE = $$ROOT$(SHLIBDIR)/so_locations
  458. !       DSOSTARTOPT = -update_registry $(DSOREGFILE)
  459. !        DSONAMEOPT = -soname $@
  460. !        DSOVERSION = sgi1.0
  461. !     DSOVERSIONOPT = -set_version $(DSOVERSION)
  462. !         LDDSOOPTS = -n32 -mips3 -shared -no_unresolved $(VLDDSOOPTS) \
  463. !   $(LLDDSOOPTS) $(GLDDSOOPTS)
  464. !        GLDDSOOPTS = -all $(DSOSTARTOPT) $(DSONAMEOPT) $(DSOVERSIONOPT)
  465. !            LIBSRC = $(TOP)/libN32
  466. !           XLIBSRC = $(LIBSRC)/X11
  467. ! SOXLIBREV = .1
  468. ! DEPXONLYLIB =  $(ROOT)$(SHLIBDIR)/libX11.so$(SOXLIBREV)
  469. ! XONLYLIB =  -lX11
  470. ! LINTXONLY =  $(LINTLIBDIR)/llib-lX11.ln
  471. !          XLIBONLY = $(XONLYLIB)
  472. !       XEXTLIBSRC = $(LIBSRC)/Xext
  473. ! SOXEXTREV =
  474. ! DEPEXTENSIONLIB =  $(ROOT)$(SHLIBDIR)/libXext.so$(SOXEXTREV)
  475. ! EXTENSIONLIB =  -lXext
  476. ! LINTEXTENSION =  $(LINTLIBDIR)/llib-lXext.ln
  477. ! LINTEXTENSIONLIB = $(LINTEXTENSION)
  478. !           DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB)
  479. !              XLIB = $(EXTENSIONLIB) $(XONLYLIB)
  480. !          LINTXLIB = $(LINTXONLYLIB)
  481.            XAUTHSRC = $(LIBSRC)/Xau
  482. ! DEPXAUTHLIB =  $(ROOT)$(SHLIBDIR)/libXau.a
  483. ! XAUTHLIB =  -lXau
  484. ! LINTXAUTH =  $(LINTLIBDIR)/llib-lXau.ln
  485. !       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  486. ! DEPXDMCPLIB =  $(ROOT)$(SHLIBDIR)/libXdmcp.a
  487. ! XDMCPLIB =  -lXdmcp
  488. ! LINTXDMCP =  $(LINTLIBDIR)/llib-lXdmcp.ln
  489.              XMUSRC = $(LIBSRC)/Xmu
  490. + SOXMUREV =
  491. + DEPXMULIB =  $(ROOT)$(SHLIBDIR)/libXmu.so$(SOXMUREV)
  492. + XMULIB =  -lXmu
  493. + LINTXMU =  $(LINTLIBDIR)/llib-lXmu.ln
  494. +        OLDXLIBSRC = $(LIBSRC)/oldX
  495. + DEPOLDXLIB =  $(ROOT)$(SHLIBDIR)/liboldX.a
  496. + OLDXLIB =  -loldX
  497. + LINTOLDX =  $(LINTLIBDIR)/llib-loldX.ln
  498.          TOOLKITSRC = $(LIBSRC)/Xt
  499. + SOXTREV =
  500. + DEPXTOOLONLYLIB =  $(ROOT)$(SHLIBDIR)/libXt.so$(SOXTREV)
  501. + XTOOLONLYLIB =  -lXt
  502. + LINTXTOOLONLY =  $(LINTLIBDIR)/llib-lXt.ln
  503. +       DEPXTOOLLIB = $(DEPXTOOLONLYLIB) $(DEPSMLIB) $(DEPICELIB)
  504. +          XTOOLLIB = $(XTOOLONLYLIB) $(SMLIB) $(ICELIB)
  505. +      LINTXTOOLLIB = $(LINTXTOOLONLYLIB)
  506.          AWIDGETSRC = $(LIBSRC)/Xaw
  507. ! SOXAWREV = .2
  508. ! DEPXAWLIB =  $(ROOT)$(SHLIBDIR)/libXaw.so$(SOXAWREV)
  509. ! XAWLIB =  -lXaw
  510. ! LINTXAW =  $(LINTLIBDIR)/llib-lXaw.ln
  511. !        XTFSRC = $(TOP)/workInProgress/Xtf
  512. ! SOXTFREV = 0.7
  513. ! DEPXTFLIB =  $(ROOT)$(SHLIBDIR)/libXtf.so$(SOXTFREV)
  514. ! XTFLIB =  -lXtf
  515. ! LINTXTF =  $(LINTLIBDIR)/llib-lXtf.ln
  516. !        FRESCOSRC = $(TOP)/workInProgress/Fresco
  517. ! SOFRESCOREV = 0.7
  518. ! DEPFRESCOLIB =  $(ROOT)$(SHLIBDIR)/libFresco.so$(SOFRESCOREV)
  519. ! FRESCOLIB =  -lFresco
  520. ! LINTFRESCO =  $(LINTLIBDIR)/llib-lFresco.ln
  521. !          XILIBSRC = $(LIBSRC)/Xi
  522. ! SOXINPUTREV =
  523. ! DEPXILIB =  $(ROOT)$(SHLIBDIR)/libXi.so$(SOXINPUTREV)
  524. ! XILIB =  -lXi
  525. ! LINTXI =  $(LINTLIBDIR)/llib-lXi.ln
  526. !       XTESTLIBSRC = $(LIBSRC)/Xtst
  527. ! DEPXTESTLIB =  $(ROOT)$(SHLIBDIR)/libXtst.a
  528. ! XTESTLIB =  -lXtst
  529. ! LINTXTEST =  $(LINTLIBDIR)/llib-lXtst.ln
  530. !         PEXLIBSRC = $(LIBSRC)/PEX5
  531. ! DEPPEXLIB =  $(ROOT)$(SHLIBDIR)/libPEX5.a
  532. ! PEXLIB =  -lPEX5
  533. ! LINTPEX =  $(LINTLIBDIR)/llib-lPEX5.ln
  534. !         XNMBXLIBSRC = $(LIBSRC)/nmbx
  535. ! SONMBXREV =
  536. ! DEPXNMBXLIB =  $(ROOT)$(SHLIBDIR)/libXnmbx.so$(SONMBXREV)
  537. ! XNMBXLIB =  -lXnmbx
  538. ! LINTXNMBX =  $(LINTLIBDIR)/llib-lXnmbx.ln
  539. !         XTRAPLIBSRC = $(LIBSRC)/xtrap
  540. ! DEPXTRAPLIB =  $(ROOT)$(SHLIBDIR)/libxtrap.a
  541. ! XTRAPLIB =  -lxtrap
  542. ! LINTXTRAP =  $(LINTLIBDIR)/llib-lxtrap.ln
  543. !         XIELIBSRC = $(LIBSRC)/XIE
  544.   
  545. + DEPXIELIB =  $(ROOT)$(SHLIBDIR)/libXIE.a
  546. + XIELIB =  -lXIE
  547. + LINTXIE =  $(LINTLIBDIR)/llib-lXIE.ln
  548. +       PHIGSLIBSRC = $(LIBSRC)/PHIGS
  549. + DEPPHIGSLIB =  $(ROOT)$(SHLIBDIR)/libphigs.a
  550. + PHIGSLIB =  -lphigs
  551. + LINTPHIGS =  $(LINTLIBDIR)/llib-lphigs.ln
  552. + DEPXBSDLIB =  $(ROOT)$(SHLIBDIR)/libXbsd.a
  553. + XBSDLIB =  -lXbsd
  554. + LINTXBSD =  $(LINTLIBDIR)/llib-lXbsd.ln
  555. +            ICESRC = $(LIBSRC)/ICE
  556. + SOICEREV =
  557. + DEPICELIB =  $(ROOT)$(SHLIBDIR)/libICE.so$(SOICEREV)
  558. + ICELIB =  -lICE
  559. + LINTICE =  $(LINTLIBDIR)/llib-lICE.ln
  560. +             SMSRC = $(LIBSRC)/SM
  561. + SOSMREV =
  562. + DEPSMLIB =  $(ROOT)$(SHLIBDIR)/libSM.so$(SOSMREV)
  563. + SMLIB =  -lSM
  564. + LINTSM =  $(LINTLIBDIR)/llib-lSM.ln
  565. +          FSLIBSRC = $(LIBSRC)/FS
  566. + DEPFSLIB =  $(ROOT)$(SHLIBDIR)/libFS.a
  567. + FSLIB =  -lFS
  568. + LINTFS =  $(LINTLIBDIR)/llib-lFS.ln
  569. +          FONTLIBSRC = $(LIBSRC)/font
  570. + DEPFONTLIB =  $(ROOT)$(SHLIBDIR)/libfont.a
  571. + FONTLIB =  -lfont
  572. + LINTFONT =  $(LINTLIBDIR)/llib-lfont.ln
  573. +     XKBFILELIBSRC = $(LIBSRC)/xkbfile
  574. + DEPXKBFILELIB =  $(ROOT)$(SHLIBDIR)/libxkbfile.a
  575. + XKBFILELIB =  -lxkbfile
  576. + LINTXKBFILE =  $(LINTLIBDIR)/llib-lxkbfile.ln
  577.             DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  578.   
  579.            DEPLIBS1 = $(DEPLIBS)
  580. ***************
  581. *** 241,251 ****
  582.            DEPLIBS2 = $(DEPLIBS)
  583.            DEPLIBS3 = $(DEPLIBS)
  584.   
  585. ! # -------------------------------------------------------------------------
  586. ! # Imake rules for building libraries, programs, scripts, and data files
  587. ! # rules:  $XConsortium: Imake.rules,v 1.123 91/09/16 20:12:16 rws Exp $
  588.   
  589. ! # -------------------------------------------------------------------------
  590.   # start of Imakefile
  591.   
  592.   #  Imakefile -- Imakefile for ghostview.
  593. --- 435,443 ----
  594.            DEPLIBS2 = $(DEPLIBS)
  595.            DEPLIBS3 = $(DEPLIBS)
  596.   
  597. !         CONFIGDIR = $(LIBDIR)/config
  598.   
  599. ! # -----------------------------------------------------------------------
  600.   # start of Imakefile
  601.   
  602.   #  Imakefile -- Imakefile for ghostview.
  603. ***************
  604. *** 283,288 ****
  605. --- 475,482 ----
  606.   LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  607.     SYS_LIBRARIES = -lm
  608.   
  609. + # Add -DBSD4_2 to DEFINES if you system does not have memset() and memcpy()
  610.           DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(SELFILE_DEFINE)
  611.   
  612.   .NOEXPORT:
  613. ***************
  614. *** 296,316 ****
  615.   all:: ghostview
  616.   
  617.   ghostview: $(OBJS) $(DEPLIBS)
  618. !      $(RM) $@
  619. !     $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
  620.   
  621.   install:: ghostview
  622. !      @if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \
  623.           else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi
  624. !     $(INSTALL) -c $(INSTPGMFLAGS)  ghostview $(DESTDIR)$(BINDIR)
  625.   
  626. ! install.man:: ghostview.man
  627. !      @if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \
  628. !         else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi
  629. !     $(INSTALL) -c $(INSTMANFLAGS) ghostview.man $(DESTDIR)$(MANDIR)/ghostview.$(MANSUFFIX)
  630.   
  631.   depend::
  632. !     $(DEPEND) $(DEPENDFLAGS) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
  633.   
  634.   lint:
  635.       $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
  636. --- 490,523 ----
  637.   all:: ghostview
  638.   
  639.   ghostview: $(OBJS) $(DEPLIBS)
  640. !       $(RM) $@
  641. !      $(CCLINK) -o $@ $(LDOPTIONS) $(OBJS) $(LOCAL_LIBRARIES) $(LDLIBS)  $(EXTRA_LOAD_FLAGS)
  642.   
  643.   install:: ghostview
  644. !      -@if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \
  645.           else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi
  646. !     $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS)  ghostview $(DESTDIR)$(BINDIR)/ghostview
  647. ! ghostview.nr.z : ghostview.man
  648. !     @if [ -f ghostview.man ]; then \
  649. !         $(RM) ghostview.nr ghostview.nr.z && \
  650. !         tbl ghostview.man | eqn | nroff -man - > ghostview.nr && \
  651. !         pack -f ghostview.nr; \
  652. !     fi
  653. ! install.man:: ghostview.nr.z
  654. !      -@if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \
  655. !         else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi; \
  656. !     if [ -f ghostview.man ]; then \
  657. !         $(INSTALL) -c $(INSTMANFLAGS) \
  658. !             ghostview.nr.z $(DESTDIR)$(MANDIR)/ghostview.z; \
  659. !     fi
  660.   
  661. ! clean::
  662. !     $(RM) ghostview.nr ghostview.nr.z
  663.   
  664.   depend::
  665. !      $(DEPEND) $(DEPENDFLAGS) -- $(ALLDEFINES) $(DEPEND_DEFINES) -- $(SRCS)
  666.   
  667.   lint:
  668.       $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
  669. ***************
  670. *** 318,349 ****
  671.       $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
  672.   
  673.   clean::
  674. !     $(RM) $(PROGRAM)
  675.   
  676.   install:: Ghostview.ad
  677. !      @if [ -d $(DESTDIR)$(XAPPLOADDIR) ]; then set +x; \
  678.           else (set -x; $(MKDIRHIER) $(DESTDIR)$(XAPPLOADDIR)); fi
  679. !     $(INSTALL) -c $(INSTAPPFLAGS) Ghostview.ad $(DESTDIR)$(XAPPLOADDIR)/Ghostview
  680.   
  681.   main.o: app-defaults.h
  682.   
  683. ! app-defaults.h: Ghostview.ad
  684. !     ./ad2c Ghostview.ad > app-defaults.h
  685.   
  686.   clean::
  687.       $(RM) app-defaults.h
  688.   
  689. ! # -------------------------------------------------------------------------
  690.   # common rules for all Makefiles - do not edit
  691.   
  692.   emptyrule::
  693.   
  694.   clean::
  695. !     $(RM_CMD) "#"*
  696.   
  697.   Makefile::
  698. !     -@if [ -f Makefile ]; then set -x; \
  699. !         $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  700.       else exit 0; fi
  701.       $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  702.   
  703. --- 525,560 ----
  704.       $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
  705.   
  706.   clean::
  707. !      $(RM) ghostview
  708.   
  709.   install:: Ghostview.ad
  710. !      -@if [ -d $(DESTDIR)$(XAPPLOADDIR) ]; then set +x; \
  711.           else (set -x; $(MKDIRHIER) $(DESTDIR)$(XAPPLOADDIR)); fi
  712. !     $(INSTALL) $(INSTALLFLAGS) $(INSTAPPFLAGS) Ghostview.ad $(DESTDIR)$(XAPPLOADDIR)/Ghostview
  713.   
  714.   main.o: app-defaults.h
  715.   
  716. ! app-defaults.h: Ghostview.ad ad2c
  717. !     sh ad2c Ghostview.ad > app-defaults.h
  718.   
  719.   clean::
  720.       $(RM) app-defaults.h
  721.   
  722. ! # -----------------------------------------------------------------------
  723.   # common rules for all Makefiles - do not edit
  724.   
  725. + .c.i:
  726. +       $(RM) $@
  727. +     $(CC) -E $(CFLAGS) $(_NOOP_) $*.c > $@
  728.   emptyrule::
  729.   
  730.   clean::
  731. !     $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut   "#"*
  732.   
  733.   Makefile::
  734. !      -@if [ -f Makefile ]; then set -x; \
  735. !      $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  736.       else exit 0; fi
  737.       $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  738.   
  739. ***************
  740. *** 351,357 ****
  741.       $(TAGS) -w *.[ch]
  742.       $(TAGS) -xw *.[ch] > TAGS
  743.   
  744. ! # -------------------------------------------------------------------------
  745.   # empty rules for directories that do not have SUBDIRS - do not edit
  746.   
  747.   install::
  748. --- 562,570 ----
  749.       $(TAGS) -w *.[ch]
  750.       $(TAGS) -xw *.[ch] > TAGS
  751.   
  752. ! man_keywords::
  753. ! # ----------------------------------------------------------------------
  754.   # empty rules for directories that do not have SUBDIRS - do not edit
  755.   
  756.   install::
  757. ***************
  758. *** 360,391 ****
  759.   install.man::
  760.       @echo "install.man in $(CURRENT_DIR) done"
  761.   
  762.   Makefiles::
  763.   
  764.   includes::
  765.   
  766. ! # -------------------------------------------------------------------------
  767.   # dependencies generated by makedepend
  768.   
  769. ! # DO NOT DELETE
  770.   
  771.   main.o: Ghostview.h
  772.   main.o: gv.h
  773.   main.o: ps.h app-defaults.h
  774.   misc.o: Ghostview.h gv.h
  775.   misc.o: ps.h
  776.   callbacks.o: Ghostview.h gv.h
  777.   callbacks.o: ps.h
  778.   actions.o: gv.h
  779.   actions.o: Ghostview.h ps.h
  780.   dialogs.o: gv.h
  781.   dialogs.o: Ghostview.h
  782.   Ghostview.o: GhostviewP.h Ghostview.h
  783.   ps.o: ps.h
  784.   strcasecmp.o: stdc.h
  785.   SelFile.o: SFinternal.h
  786.   Dir.o: SFinternal.h
  787.   Path.o: SFinternal.h
  788.   Path.o: xstat.h
  789.   Draw.o: SFinternal.h
  790.   Draw.o: xstat.h
  791. --- 573,1065 ----
  792.   install.man::
  793.       @echo "install.man in $(CURRENT_DIR) done"
  794.   
  795. + install.linkkit::
  796. +     @echo "install.linkkit in $(CURRENT_DIR) done"
  797.   Makefiles::
  798.   
  799.   includes::
  800.   
  801. ! depend::
  802. ! # -----------------------------------------------------------------------
  803.   # dependencies generated by makedepend
  804.   
  805. ! # DO NOT DELETE THIS LINE -- make depend depends on it.
  806.   
  807. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  808. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  809. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  810. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  811. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  812. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  813. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  814. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  815. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  816. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  817. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  818. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  819. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  820. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  821. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  822. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  823. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  824. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/cursorfont.h
  825. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  826. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h
  827. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h
  828. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h
  829. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h
  830. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h
  831. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/bitmaps/dot
  832. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/bitmaps/menu16
  833. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/bitmaps/tie_fighter
  834. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h
  835. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h
  836. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Viewport.h
  837. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Reports.h
  838. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Box.h
  839. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  840. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MenuButton.h
  841. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h
  842. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h
  843. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  844. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SimpleMenu.h
  845. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeBSB.h
  846. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Sme.h
  847. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeLine.h
  848. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  849. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  850. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  851. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  852. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  853. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  854. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  855.   main.o: Ghostview.h
  856. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  857.   main.o: gv.h
  858. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  859. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  860. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  861. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  862. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  863. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  864. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  865.   main.o: ps.h app-defaults.h
  866. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  867. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  868. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  869. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  870. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  871. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  872. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  873. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  874. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  875. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  876. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  877. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  878. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/signal.h
  879. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/signal.h
  880. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/math.h
  881. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xatom.h
  882. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  883. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  884. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  885. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  886. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  887. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  888. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  889. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  890. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  891. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  892. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  893. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  894. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  895. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h
  896. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h
  897. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h
  898. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h
  899. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h
  900. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h
  901. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h
  902. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SimpleMenu.h
  903. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  904. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeBSB.h
  905. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Sme.h
  906. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeLine.h
  907. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h
  908. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  909. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  910. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  911. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  912. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  913. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  914. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  915. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  916. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/IntrinsicP.h
  917. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CoreP.h
  918. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CompositeP.h
  919. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ConstrainP.h
  920. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ObjectP.h
  921. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObjP.h
  922. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextP.h
  923. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SimpleP.h
  924. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/StdCmap.h
  925. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/errno.h
  926. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/errno.h
  927.   misc.o: Ghostview.h gv.h
  928. + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  929.   misc.o: ps.h
  930. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  931. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  932. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  933. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  934. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  935. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  936. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  937. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  938. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  939. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  940. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  941. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  942. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  943. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  944. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  945. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  946. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  947. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  948. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  949. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h
  950. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h
  951. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h
  952. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h
  953. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h
  954. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h
  955. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  956. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  957. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  958. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  959. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  960. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  961. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  962. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  963. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  964. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h
  965. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h
  966. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h
  967. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h
  968.   callbacks.o: Ghostview.h gv.h
  969. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  970. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  971. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  972. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  973. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  974. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  975. + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  976.   callbacks.o: ps.h
  977. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  978. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  979. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  980. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  981. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  982. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  983. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  984. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  985. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  986. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  987. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  988. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  989. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  990. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  991. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  992. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  993. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  994. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  995. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h
  996. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h
  997. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  998.   actions.o: gv.h
  999. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1000. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1001. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1002. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1003. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1004. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1005. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1006. + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  1007.   actions.o: Ghostview.h ps.h
  1008. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  1009. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  1010. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1011. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1012. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1013. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  1014. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  1015. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  1016. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  1017. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  1018. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  1019. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  1020. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  1021. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  1022. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  1023. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  1024. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  1025. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  1026. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1027. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1028. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1029. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1030. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1031. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1032. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h
  1033. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h
  1034. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h
  1035. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  1036. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  1037. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  1038. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  1039. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  1040. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  1041. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  1042. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  1043. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  1044. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h
  1045.   dialogs.o: gv.h
  1046. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1047. + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  1048.   dialogs.o: Ghostview.h
  1049. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/IntrinsicP.h
  1050. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  1051. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  1052. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1053. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1054. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1055. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  1056. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  1057. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  1058. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  1059. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  1060. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  1061. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  1062. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  1063. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  1064. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  1065. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  1066. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  1067. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CoreP.h
  1068. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CompositeP.h
  1069. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ConstrainP.h
  1070. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ObjectP.h
  1071. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObjP.h
  1072. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  1073. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xatom.h
  1074. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xproto.h
  1075. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmd.h
  1076. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xprotostr.h
  1077. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1078. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1079. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1080. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1081. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1082. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1083.   Ghostview.o: GhostviewP.h Ghostview.h
  1084. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1085. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Atoms.h
  1086. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/CharSet.h
  1087. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/ctype.h
  1088. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/signal.h
  1089. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/signal.h
  1090. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/errno.h
  1091. + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/errno.h
  1092. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1093. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1094. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1095. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/ctype.h
  1096. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1097. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  1098. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1099. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  1100. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1101. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1102. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1103. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1104. + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1105.   ps.o: ps.h
  1106. + getenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1107. + getenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1108. + getenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1109. + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1110. + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1111. + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1112. + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1113.   strcasecmp.o: stdc.h
  1114. + strcasecmp.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1115. + strcasecmp.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1116. + strcasecmp.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1117. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1118. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1119. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1120. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/errno.h
  1121. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/errno.h
  1122. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/param.h
  1123. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1124. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/signal.h
  1125. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/cursorfont.h
  1126. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  1127. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  1128. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  1129. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  1130. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  1131. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  1132. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  1133. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  1134. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  1135. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  1136. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  1137. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  1138. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  1139. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  1140. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  1141. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h
  1142. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h
  1143. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h
  1144. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h
  1145. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h
  1146. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h
  1147. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h
  1148. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h
  1149. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  1150. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  1151. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h
  1152. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h
  1153.   SelFile.o: SFinternal.h
  1154. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1155. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1156. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1157. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1158. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1159. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1160. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  1161. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  1162. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  1163. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  1164. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  1165. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  1166. + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  1167. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1168. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1169. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1170.   Dir.o: SFinternal.h
  1171. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  1172. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  1173. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1174. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  1175. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  1176. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  1177. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  1178. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  1179. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  1180. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  1181. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  1182. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  1183. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  1184. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  1185. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  1186. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  1187. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1188. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1189. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1190. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1191. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1192. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1193. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  1194. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  1195. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  1196. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  1197. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  1198. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  1199. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  1200. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  1201. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  1202. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/dirent.h
  1203. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/dirent.h
  1204. + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  1205. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1206. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1207. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1208. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1209. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  1210. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1211. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  1212. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1213. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1214. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1215. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1216. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1217. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/pwd.h
  1218.   Path.o: SFinternal.h
  1219. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  1220. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  1221. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  1222. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  1223. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  1224. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  1225. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  1226. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  1227. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  1228. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  1229. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  1230. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  1231. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  1232. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  1233. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  1234. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  1235. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  1236. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  1237. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  1238. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  1239. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  1240. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  1241.   Path.o: xstat.h
  1242. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  1243. + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h
  1244. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h
  1245. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h
  1246. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h
  1247.   Draw.o: SFinternal.h
  1248. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h
  1249. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h
  1250. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h
  1251. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h
  1252. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h
  1253. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h
  1254. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h
  1255. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h
  1256. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h
  1257. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h
  1258. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h
  1259. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h
  1260. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h
  1261. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h
  1262. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h
  1263. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h
  1264. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h
  1265. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h
  1266. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h
  1267. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h
  1268. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h
  1269. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h
  1270. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h
  1271. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h
  1272. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h
  1273. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h
  1274. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h
  1275. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h
  1276. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h
  1277. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h
  1278. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h
  1279.   Draw.o: xstat.h
  1280. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h
  1281. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h
  1282. + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h
  1283. *** ./Ghostview.ad    Fri Jul 23 19:29:12 1993
  1284. --- ../ghostview-1.5/./Ghostview.ad    Sun May 10 03:54:16 1998
  1285. ***************
  1286. *** 24,30 ****
  1287.   ! All of the button labels and actions are determined in this file.
  1288.   ! It should be easy to adapt to any language.
  1289.   ! To use a different version of ghostscript, you can add the resource
  1290. ! ! *Ghostview.interpreter: /my/very/own/gs
  1291.   
  1292.   *input:    True
  1293.   *allowShellResize:    True
  1294. --- 24,30 ----
  1295.   ! All of the button labels and actions are determined in this file.
  1296.   ! It should be easy to adapt to any language.
  1297.   ! To use a different version of ghostscript, you can add the resource
  1298. ! *Ghostview.interpreter:  /usr/freeware/bin/gs
  1299.   
  1300.   *input:    True
  1301.   *allowShellResize:    True
  1302.